-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Contact DLC JointRails #1181
Conversation
Those classnames are from a discord post. I'd rather wait for the actual config to be out to copy them from there... Is there a branch to get Contact dev? |
It's on RC and dev. Not sure if both are "current" tho. |
last I checked there were several JR UBC errors with 1.94 I assumed we would have to fix |
This comment has been minimized.
This comment has been minimized.
I think so... Definitely not nice. Need to double check if config inheritance stuff is correct. more attachments, exclusive to contact (singleplayer, optional part)
They require contact (weapons_f_contact) which not everyone has. And if we don't add them, we might/will break the contact campaign. |
We don't remove any vanilla attachments. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
so JR only adds things, not remove anything? |
|
Name anything. |
Just adding classes from optional components like Contact to the compatibleAddons class results in this when the item class does not exist in master config:
but I think it can be fixed by more dummy classes :/ |
|
|
Done. Merge? |
// Contact DLC dummies | ||
class acc_flashlight; | ||
class acc_flashlight_broken: acc_flashlight { | ||
scope = 1; // Optional protected class inheriting from a public base class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't we hiding the vanilla stuff? or is it already hidden.
Also you renamed file from cfgweapons -> Cfgweapons. But shouldn't it be CfgWeapons?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't we hiding the vanilla stuff? or is it already hidden.
These classes are all protected in Contact. But if I inherit when they don't exist, they would get public from their base classes.
Also you renamed file from cfgweapons -> Cfgweapons. But shouldn't it be CfgWeapons?
Fixed on master
Is not tested yet as I don't have Contact installed.
Especially muzzle_tma_65 needs testing with all current 6.5 weapons.
We have a incoming problem in that there will be contact-DLC exclusive attachments which will only be included in the optional Contact download. We might need a seperate compat mod for that.